home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite, pi_whichcursor, pi_oldcursor
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- pi_oldcursor = psp_mysprite.cursor
- psp_mysprite.cursor = pi_whichcursor
- end
-
- on endSprite me
- psp_mysprite.cursor = pi_oldcursor
- end
-
- on getPropertyDescriptionList me
- return [#pi_whichcursor: [#comment: "cursor:", #format: #cursor, #default: 280]]
- end
-